summaryrefslogtreecommitdiff
path: root/TestPrograms
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-07 00:14:23 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-07 00:14:23 -0400
commitb1ff1df939d946db97901f46bf2d4dbd682486b4 (patch)
treee7a095b28a4c3d1ecaf6ef030511dd88c3204a22 /TestPrograms
parentb79a17be8f02e2389c7a1d0482e26d383371a347 (diff)
downloadcryptopp-git-b1ff1df939d946db97901f46bf2d4dbd682486b4.tar.gz
Update LLVM Clang version warning suppression
Diffstat (limited to 'TestPrograms')
-rw-r--r--TestPrograms/test_cxx11_noexcept.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestPrograms/test_cxx11_noexcept.cxx b/TestPrograms/test_cxx11_noexcept.cxx
index a6c70b81..68fbec43 100644
--- a/TestPrograms/test_cxx11_noexcept.cxx
+++ b/TestPrograms/test_cxx11_noexcept.cxx
@@ -10,7 +10,7 @@
# define LLVM_VERSION (__clang_major__*1000 + __clang_minor__*10)
#endif
-#if (GNUC_VERSION >= 4060) || (LLVM_VERSION >= 1070) || (APPLE_VERSION >= 10000)
+#if (GNUC_VERSION >= 4060) || (LLVM_VERSION >= 9000) || (APPLE_VERSION >= 10000)
# pragma GCC diagnostic ignored "-Wterminate"
#endif