We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ec4b4 commit 8b5b6c6Copy full SHA for 8b5b6c6
tools/clang/tools/dxa/dxa.cpp
@@ -303,7 +303,7 @@ bool DxaContext::ExtractPart(const char *pName) {
303
304
WriteBlobToFile(pContent, StringRefWide(OutputFilename),
305
DXC_CP_UTF8); // TODO: Support DefaultTextCodePage
306
- printf("%zu bytes written to %s\n", pContent->GetBufferSize(),
+ printf("%zu bytes written to %s\n", (size_t)pContent->GetBufferSize(),
307
OutputFilename.c_str());
308
return true;
309
}
0 commit comments