diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-09-27 14:11:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-09-27 22:52:56 +0300 |
commit | 0e66cce3a146023fe3509217d32223ba162150b7 (patch) | |
tree | e6a19d90076bc35f79ff5d94fa20bb1cd8adc5a1 /bridges | |
parent | 0ab561bffadad1eab9eb98c05106f4c0132ccb36 (diff) |
WaE: format specifiers in debug output
Change-Id: Ifab851a1294f2e09f31bec9ca517ef6f62b73550
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx index c12c26cf2517..e171203f0457 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx @@ -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" : |