mirror of
https://github.com/microsoft/DirectXTex
synced 2025-01-13 19:20:05 +00:00
DirectXTex: Supressed warning from /analyze
This commit is contained in:
parent
5159109035
commit
d82ee0c5dd
@ -714,6 +714,7 @@ bool ScratchImage::IsAlphaAllOpaque() const
|
||||
|
||||
for( size_t index = 0; index < _nimages; ++index )
|
||||
{
|
||||
#pragma warning( suppress : 6011 )
|
||||
const Image& img = _image[ index ];
|
||||
|
||||
const uint8_t *pPixels = img.pixels;
|
||||
|
Loading…
Reference in New Issue
Block a user