summaryrefslogtreecommitdiff
path: root/shark.cpp
diff options
context:
space:
mode:
authornoloader <noloader@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2015-07-03 01:18:09 +0000
committernoloader <noloader@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2015-07-03 01:18:09 +0000
commitb2ce57084aa59f4cce23dea762c0692973b15c6a (patch)
tree1099332699bcf38e740dea3ed480209d4859a97f /shark.cpp
parentaa73b950fa096ac0e34a38976d2c4956c7f7d8e1 (diff)
downloadcryptopp-b2ce57084aa59f4cce23dea762c0692973b15c6a.tar.gz
Cleared initialization warning related to use of braces
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@567 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'shark.cpp')
-rw-r--r--shark.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/shark.cpp b/shark.cpp
index 361147e..69e0a69 100644
--- a/shark.cpp
+++ b/shark.cpp
@@ -6,6 +6,10 @@
#include "modes.h"
#include "gf256.h"
+#if GCC_DIAGNOSTIC_AWARE
+# pragma GCC diagnostic ignored "-Wmissing-braces"
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
static word64 SHARKTransform(word64 a)