[OpenMP] Fix improper printf format specifier

This commit is contained in:
Peyton, Jonathan L 2021-06-02 11:03:48 -05:00
parent 06e047227d
commit f7655f3df3
1 changed files with 1 additions and 1 deletions

View File

@ -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