summaryrefslogtreecommitdiff
path: root/randpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'randpool.cpp')
-rw-r--r--randpool.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/randpool.cpp b/randpool.cpp
index a063c89..ea7db55 100644
--- a/randpool.cpp
+++ b/randpool.cpp
@@ -14,6 +14,11 @@
#include "hrtimer.h"
#include <time.h>
+#if GCC_DIAGNOSTIC_AWARE
+# pragma GCC diagnostic ignored "-Wunused-value"
+# pragma GCC diagnostic ignored "-Wunused-variable"
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
RandomPool::RandomPool()