summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2016-12-01 16:08:52 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2016-12-01 16:08:52 +0000
commite0a2c3e99ac8009dc3de7701cd9440458e2e71e2 (patch)
tree8a51f48ec9b0aa36f8d064a2ce13825e4055a4c2
parent5fe6236035db58365a1ac8d6782cead7f7bca123 (diff)
downloadbcm5719-llvm-e0a2c3e99ac8009dc3de7701cd9440458e2e71e2.tar.gz
bcm5719-llvm-e0a2c3e99ac8009dc3de7701cd9440458e2e71e2.zip
fixed type in Windows-specific code
llvm-svn: 288368
-rw-r--r--openmp/runtime/src/kmp_i18n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_i18n.c b/openmp/runtime/src/kmp_i18n.c
index a6f9238662e..538c5f3279e 100644
--- a/openmp/runtime/src/kmp_i18n.c
+++ b/openmp/runtime/src/kmp_i18n.c
@@ -416,7 +416,7 @@ __kmp_i18n_do_catopen(
Issue a hint in this case to let cause of trouble more understandable.
*/
- __kmp_msg_t err_code = KMP_SYSERRCODE(error);
+ kmp_msg_t err_code = KMP_SYSERRCODE(error);
__kmp_msg(
kmp_ms_warning,
KMP_MSG( CantOpenMessageCatalog, path.str ),
OpenPOWER on IntegriCloud