diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2012-12-27 21:17:53 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2012-12-27 21:17:53 +0000 |
| commit | 80a11413bb95bd214a2e452ac29d9120b2cff27b (patch) | |
| tree | 1ea42c28b22856606f12ebe27151dad57a6bb772 /libcxx/src/hash.cpp | |
| parent | 43d978e5c40f844e3b26d34426780c846fc87fd2 (diff) | |
| download | bcm5719-llvm-80a11413bb95bd214a2e452ac29d9120b2cff27b.tar.gz bcm5719-llvm-80a11413bb95bd214a2e452ac29d9120b2cff27b.zip | |
Saleem Abdulrasool: avoid hardcoding buffer lengths.
llvm-svn: 171169
Diffstat (limited to 'libcxx/src/hash.cpp')
| -rw-r--r-- | libcxx/src/hash.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/src/hash.cpp b/libcxx/src/hash.cpp index d785f1a16b0..a013500218e 100644 --- a/libcxx/src/hash.cpp +++ b/libcxx/src/hash.cpp @@ -12,7 +12,6 @@ #include "stdexcept" #include "type_traits" -#pragma clang diagnostic push #pragma clang diagnostic ignored "-Wtautological-constant-out-of-range-compare" _LIBCPP_BEGIN_NAMESPACE_STD |

