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:
parent
712d24c2e7
commit
055ad9025d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user