mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Avoid unknown pragma warning from GCC (GH #777)
This commit is contained in:
parent
2113a471eb
commit
3fba3b0a1c
@ -18,9 +18,11 @@
|
||||
# include <omp.h>
|
||||
#endif
|
||||
|
||||
// Issue 777
|
||||
// https://github.com/weidai11/cryptopp/issues/777
|
||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||
# pragma GCC diagnostic ignored "-Wtautological-compare"
|
||||
# if defined(__clang__)
|
||||
# pragma GCC diagnostic ignored "-Wtautological-compare"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
ANONYMOUS_NAMESPACE_BEGIN
|
||||
|
Loading…
Reference in New Issue
Block a user