DirectXTex: VS 2013 /analyze fix

This commit is contained in:
walbourn_cp 2013-07-25 16:53:48 -07:00
parent 98b4e32ce6
commit 70afb86830

View File

@ -343,7 +343,7 @@ HRESULT _ResizeSeparateColorAndAlpha( _In_ IWICImagingFactory* pWIC, _In_ IWICBi
}
else
{
#pragma prefast( suppress : 26014, "No overflow possible here" );
#pragma warning( suppress : 26014 6386 ) // No overflow possible here
memcpy_s( colorWithAlphaData + colorWithAlphaIndex, colorWithAlphaBytesPerPixel, colorData + colorIndex, colorBytesInPixel );
}
}