Cleared unknown pragma warning with -Wall
parent
3cdb29ab0d
commit
f5e4f6318e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue