mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fixed spelling error in header comments
This commit is contained in:
parent
90b5dc9e61
commit
e874cd2ef8
4
misc.h
4
misc.h
@ -41,8 +41,8 @@
|
||||
#include <byteswap.h>
|
||||
#endif
|
||||
|
||||
// Used to supress some warnings in some header and implmentation files.
|
||||
// Some platforms, like OpenBSD, use old compilers that don't understand -Wno-unknown-pragma.
|
||||
// Used to supress some warnings in some header and implementation files.
|
||||
// Some platforms, like CentOS and OpenBSD, use old compilers that don't understand -Wno-unknown-pragma.
|
||||
#define GCC_DIAGNOSTIC_AWARE ((__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 7)) || defined(__clang__))
|
||||
|
||||
// Used to manage function-level optimizations when working around compiler issues.
|
||||
|
Loading…
Reference in New Issue
Block a user