forked from OSchip/llvm-project
[OpenMP] Fix improper printf format specifier
This commit is contained in:
parent
06e047227d
commit
f7655f3df3
|
@ -310,7 +310,7 @@ ompt_try_start_tool(unsigned int omp_version, const char *runtime_version) {
|
|||
fname);
|
||||
start_tool = (ompt_start_tool_t)GetProcAddress(h, "ompt_start_tool");
|
||||
if (!start_tool) {
|
||||
OMPT_VERBOSE_INIT_CONTINUED_PRINT("Failed: Error %s\n",
|
||||
OMPT_VERBOSE_INIT_CONTINUED_PRINT("Failed: Error %u\n",
|
||||
GetLastError());
|
||||
} else
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue