mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-05 12:46:14 +01:00
DirectXTex: Supressed warning from /analyze
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user