summaryrefslogtreecommitdiff
path: root/fipstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fipstest.cpp')
-rw-r--r--fipstest.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/fipstest.cpp b/fipstest.cpp
index 27d9979f..8c1f8294 100644
--- a/fipstest.cpp
+++ b/fipstest.cpp
@@ -26,8 +26,10 @@ extern "C" {_CRTIMP void __cdecl _CRT_DEBUGGER_HOOK(int);}
#if GCC_DIAGNOSTIC_AWARE
# pragma GCC diagnostic ignored "-Wunused-value"
# pragma GCC diagnostic ignored "-Wunused-variable"
-# pragma GCC diagnostic ignored "-Wunneeded-internal-declaration"
-#endif
+# if defined(__clang__)
+# pragma GCC diagnostic ignored "-Wunneeded-internal-declaration"
+# endif // Clang
+#endif // GCC Diagnostics
NAMESPACE_BEGIN(CryptoPP)