Kaydet (Commit) 0e66cce3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: format specifiers in debug output

Change-Id: Ifab851a1294f2e09f31bec9ca517ef6f62b73550
üst 0ab561bf
......@@ -438,7 +438,7 @@ unsigned char * codeSnippet(
OSL_ASSERT(p - code <= codeSnippetSize);
#if OSL_DEBUG_LEVEL > 1
fprintf(stderr,
"==> codeSnippet to %s, functionIndex=%d%s, vtableOffset=%d\n",
"==> codeSnippet to %s, functionIndex=%lu%s, vtableOffset=%"SAL_PRIdINT32"\n",
(exec == privateSnippetExecutorGeneral ? "General" :
(exec == privateSnippetExecutorVoid ? "Void" :
(exec == privateSnippetExecutorHyper ? "Hyper" :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment