From 055ad9025da7293775b80dd7f672695054b12df4 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 15 Sep 2016 11:33:42 -0700 Subject: [PATCH] texconv: Fixed build warning --- Texconv/texconv.cpp | 1 + 1 file changed, 1 insertion(+) 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);