mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 02:56:49 +00:00
[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…
x
Reference in New Issue
Block a user