Fix a warning about a non-existant warning under Clang.
parent
b51386adc0
commit
c925c62509
|
|
@ -10,8 +10,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