summaryrefslogtreecommitdiff
path: root/TestPrograms
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-06 17:52:23 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-06 17:52:23 -0400
commit3b311b3ddc821688889be3fdd338c28a98e66666 (patch)
treee9863d6ae694705dfc7ba5ec830b89748b93d9bd /TestPrograms
parent5334683711cf3c1f606e7f3e459d40d9eef3f44d (diff)
downloadcryptopp-git-3b311b3ddc821688889be3fdd338c28a98e66666.tar.gz
Bump Apple Clang version for -Wterminate
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 2b56f37a..6d2a9e2a 100644
--- a/TestPrograms/test_cxx11_noexcept.cxx
+++ b/TestPrograms/test_cxx11_noexcept.cxx
@@ -6,7 +6,7 @@
# define LLVM_VERSION (__clang_major__*1000 + __clang_minor__*10)
#endif
-#if (GNUC_VERSION >= 4060) || (LLVM_VERSION >= 1070) || (APPLE_VERSION >= 2000)
+#if (GNUC_VERSION >= 4060) || (LLVM_VERSION >= 1070) || (APPLE_VERSION >= 10000)
# pragma GCC diagnostic ignored "-Wterminate"
#endif