Kaydet (Commit) a2023719 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE in OSL_DEBUG_LEVEL > 1

Change-Id: If7ddbab7f42c0f40f1372179237f667e555d722c
üst 7a6341e4
...@@ -146,7 +146,7 @@ bool X11SalInstance::AnyInput(VclInputFlags nType) ...@@ -146,7 +146,7 @@ bool X11SalInstance::AnyInput(VclInputFlags nType)
bRet = aInput.bRet; bRet = aInput.bRet;
} }
#if OSL_DEBUG_LEVEL > 1 #if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "AnyInput 0x%x = %s\n", nType, bRet ? "true" : "false" ); fprintf( stderr, "AnyInput 0x%x = %s\n", static_cast<unsigned int>(nType), bRet ? "true" : "false" );
#endif #endif
return bRet; return bRet;
} }
......
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