minor build warning fix

This commit is contained in:
Chuck Walbourn 2018-02-09 14:48:49 -08:00
parent 8f1ce70442
commit ac7b79033d

View File

@ -1880,6 +1880,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
}
auto& tinfo = timage->GetMetadata();
tinfo;
assert(tinfo.format == DXGI_FORMAT_R16G16B16A16_FLOAT);
info.format = DXGI_FORMAT_R16G16B16A16_FLOAT;