From ac7b79033d944f44fdf2f5f0dbe54480ec1d80f2 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 9 Feb 2018 14:48:49 -0800 Subject: [PATCH] minor build warning fix --- Texconv/texconv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Texconv/texconv.cpp b/Texconv/texconv.cpp index 01bfcda..11f04fb 100644 --- a/Texconv/texconv.cpp +++ b/Texconv/texconv.cpp @@ -1880,6 +1880,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[]) } auto& tinfo = timage->GetMetadata(); + tinfo; assert(tinfo.format == DXGI_FORMAT_R16G16B16A16_FLOAT); info.format = DXGI_FORMAT_R16G16B16A16_FLOAT;