diff --git a/Texconv/texconv.cpp b/Texconv/texconv.cpp index afb67c5..deb122a 100644 --- a/Texconv/texconv.cpp +++ b/Texconv/texconv.cpp @@ -1774,6 +1774,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[]) } auto& tinfo = timage->GetMetadata(); + tinfo; assert(info.width == tinfo.width); assert(info.height == tinfo.height);