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;