mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-21 05:41:12 +00:00
Cleared unknown pragma warning with -Wall
This commit is contained in:
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…
x
Reference in New Issue
Block a user