Avoid unknown pragma warning from GCC (GH #777)
parent
2113a471eb
commit
3fba3b0a1c
|
|
@ -18,10 +18,12 @@
|
|||
# include <omp.h>
|
||||
#endif
|
||||
|
||||
// Issue 777
|
||||
// https://github.com/weidai11/cryptopp/issues/777
|
||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||
# if defined(__clang__)
|
||||
# pragma GCC diagnostic ignored "-Wtautological-compare"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
ANONYMOUS_NAMESPACE_BEGIN
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue