summaryrefslogtreecommitdiff
path: root/sharkbox.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 /sharkbox.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 'sharkbox.cpp')
-rw-r--r--sharkbox.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sharkbox.cpp b/sharkbox.cpp
index a0ff31f..edd3318 100644
--- a/sharkbox.cpp
+++ b/sharkbox.cpp
@@ -1,6 +1,10 @@
#include "pch.h"
#include "shark.h"
+#if GCC_DIAGNOSTIC_AWARE
+# pragma GCC diagnostic ignored "-Wmissing-braces"
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
const byte SHARK::Enc::sbox[256] = {