From b21e2927a9ca6d2a8461f73ec974f5e09065da7a Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 31 Oct 2024 16:04:22 -0700 Subject: [PATCH] Quiet codeql --- UVAtlasTool/UVAtlas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UVAtlasTool/UVAtlas.cpp b/UVAtlasTool/UVAtlas.cpp index 7cddfc8..a692baa 100644 --- a/UVAtlasTool/UVAtlas.cpp +++ b/UVAtlasTool/UVAtlas.cpp @@ -1072,7 +1072,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[]) hr = inMesh->ComputeNormals(flags); if (FAILED(hr)) { - wprintf(L"\nERROR: Failed computing normals (flags:%X, %08X%ls)\n", flags, + wprintf(L"\nERROR: Failed computing normals (flags:%X, %08X%ls)\n", static_cast(flags), static_cast(hr), GetErrorDesc(hr)); return 1; }