1
0
mirror of https://github.com/microsoft/DirectXTex synced 2025-01-16 12:14:12 +00:00

texconv: Fixed build warning

This commit is contained in:
Chuck Walbourn 2016-09-15 11:33:42 -07:00
parent 712d24c2e7
commit 055ad9025d

View File

@ -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);