summaryrefslogtreecommitdiff
path: root/tftables.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-02 21:25:39 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-02 21:25:39 -0400
commit1f0c35e6693db8350ebd99998dbbd23cf303e40d (patch)
tree26d4419b45f889503d4cce1b0b7ad9414f9c37f8 /tftables.cpp
parentb2820c28d3bda5fcffb799598a45466772c4b559 (diff)
downloadcryptopp-git-1f0c35e6693db8350ebd99998dbbd23cf303e40d.tar.gz
Cleared initialization warning related to use of brackets
Diffstat (limited to 'tftables.cpp')
-rw-r--r--tftables.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tftables.cpp b/tftables.cpp
index dc654cf0..974d143d 100644
--- a/tftables.cpp
+++ b/tftables.cpp
@@ -3,6 +3,10 @@
#include "pch.h"
#include "twofish.h"
+#if GCC_DIAGNOSTIC_AWARE
+# pragma GCC diagnostic ignored "-Wmissing-braces"
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
const byte Twofish::Base::q[2][256] = {