Fix a warning about a non-existant warning under Clang.
parent
1d7f6aa7f5
commit
1b2419d992
|
|
@ -41,8 +41,10 @@
|
||||||
|
|
||||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||||
# pragma GCC diagnostic ignored "-Wunused"
|
# pragma GCC diagnostic ignored "-Wunused"
|
||||||
|
#if !defined(__clang__)
|
||||||
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Issue 340
|
// Issue 340
|
||||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue