summaryrefslogtreecommitdiff
path: root/idea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'idea.cpp')
-rw-r--r--idea.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/idea.cpp b/idea.cpp
index 793f912..3161978 100644
--- a/idea.cpp
+++ b/idea.cpp
@@ -4,6 +4,11 @@
#include "idea.h"
#include "misc.h"
+#if GCC_DIAGNOSTIC_AWARE
+# pragma GCC diagnostic ignored "-Wunused-value"
+# pragma GCC diagnostic ignored "-Wunused-variable"
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
static const int IDEA_KEYLEN=(6*IDEA::ROUNDS+4); // key schedule length in # of word16s