From b2ce57084aa59f4cce23dea762c0692973b15c6a Mon Sep 17 00:00:00 2001 From: noloader Date: Fri, 3 Jul 2015 01:18:09 +0000 Subject: 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 --- sharkbox.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sharkbox.cpp') 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] = { -- cgit v1.2.1