Warning fix

This commit is contained in:
Chuck Walbourn 2016-10-01 23:56:42 -07:00
parent 33e97528ff
commit 2065926419

View File

@ -3460,7 +3460,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
auto sizeInKb = static_cast<uint32_t>(image->GetPixelsSize() / 1024);
wprintf(L" pixel size = %Iu (KB)\n\n", sizeInKb);
wprintf(L" pixel size = %u (KB)\n\n", sizeInKb);
}
else if (dwCommand == CMD_DUMPBC)
{