mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-13 21:50:13 +02: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();
|
auto& tinfo = timage->GetMetadata();
|
||||||
|
tinfo;
|
||||||
|
|
||||||
assert(info.width == tinfo.width);
|
assert(info.width == tinfo.width);
|
||||||
assert(info.height == tinfo.height);
|
assert(info.height == tinfo.height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user