Cleared unknown pragma warning with -Wall
parent
e4fd39589a
commit
24a68684e8
|
|
@ -317,7 +317,9 @@ void Sosemanuk_OperateKeystream(size_t iterationCount, const byte *input, byte *
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
void SosemanukPolicy::OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount)
|
void SosemanukPolicy::OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue