DirectXTex: Supressed warning from /analyze

This commit is contained in:
walbourn_cp 2013-10-07 18:21:09 -07:00
parent 5159109035
commit d82ee0c5dd

View File

@ -714,6 +714,7 @@ bool ScratchImage::IsAlphaAllOpaque() const
for( size_t index = 0; index < _nimages; ++index ) for( size_t index = 0; index < _nimages; ++index )
{ {
#pragma warning( suppress : 6011 )
const Image& img = _image[ index ]; const Image& img = _image[ index ];
const uint8_t *pPixels = img.pixels; const uint8_t *pPixels = img.pixels;