1
0
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:
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 )
{
#pragma warning( suppress : 6011 )
const Image& img = _image[ index ];
const uint8_t *pPixels = img.pixels;