diff options
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/hash.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/src/hash.cpp b/libcxx/src/hash.cpp index 75e773a3a64..388ab2ebe17 100644 --- a/libcxx/src/hash.cpp +++ b/libcxx/src/hash.cpp @@ -12,7 +12,9 @@ #include "stdexcept" #include "type_traits" +#ifdef __clang__ #pragma clang diagnostic ignored "-Wtautological-constant-out-of-range-compare" +#endif _LIBCPP_BEGIN_NAMESPACE_STD |