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>
|
# include <omp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Issue 777
|
// https://github.com/weidai11/cryptopp/issues/777
|
||||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||||
# pragma GCC diagnostic ignored "-Wtautological-compare"
|
# if defined(__clang__)
|
||||||
|
# pragma GCC diagnostic ignored "-Wtautological-compare"
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ANONYMOUS_NAMESPACE_BEGIN
|
ANONYMOUS_NAMESPACE_BEGIN
|
||||||
|
Loading…
Reference in New Issue
Block a user