[c,format] fix format string and review warnings

This commit is contained in:
akallabeth
2026-01-16 13:36:14 +01:00
parent 832da09b3e
commit fb8efd45f2
11 changed files with 16 additions and 23 deletions

View File

@@ -586,8 +586,7 @@ BOOL interleaved_decompress(BITMAP_INTERLEAVED_CONTEXT* WINPR_RESTRICT interleav
if (!interleaved->TempBuffer)
{
WLog_ERR(TAG, "interleaved->TempBuffer=%p",
WINPR_CXX_COMPAT_CAST(const void*, interleaved->TempBuffer));
WLog_ERR(TAG, "interleaved->TempBuffer=NULL");
return FALSE;
}