Cleared unknown pragma warning with -Wall

This commit is contained in:
Jeffrey Walton 2015-06-08 02:30:53 -04:00
parent 3cdb29ab0d
commit f5e4f6318e

View File

@ -515,7 +515,9 @@ void Rijndael::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock
// ************************* Assembly Code ************************************
#pragma warning(disable: 4731) // frame pointer register 'ebp' modified by inline assembly code
#ifdef _MSC_VER
# pragma warning(disable: 4731) // frame pointer register 'ebp' modified by inline assembly code
#endif
#endif // #ifndef CRYPTOPP_GENERATE_X64_MASM