summaryrefslogtreecommitdiff
path: root/contrib/libc++/src/hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/src/hash.cpp')
-rw-r--r--contrib/libc++/src/hash.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/libc++/src/hash.cpp b/contrib/libc++/src/hash.cpp
index 65a9d513fdfa..388ab2ebe175 100644
--- a/contrib/libc++/src/hash.cpp
+++ b/contrib/libc++/src/hash.cpp
@@ -12,12 +12,9 @@
#include "stdexcept"
#include "type_traits"
-// Don't silence a non-existent warning if clang doesn't yet have this warning.
#ifdef __clang__
-#if (__clang_major__ > 3) || ((__clang_major__ == 3) && (__clang_minor__ >= 2))
#pragma clang diagnostic ignored "-Wtautological-constant-out-of-range-compare"
#endif
-#endif
_LIBCPP_BEGIN_NAMESPACE_STD