From 51072bd6bf79ef2bc6a922079bff57c31c1effbc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 23 Jul 2016 20:47:26 +0000 Subject: Vendor import of libc++ release_39 branch r276489: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@276489 --- test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp') diff --git a/test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp b/test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp index ee44d92c43b8e..eed25e27448df 100644 --- a/test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp +++ b/test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp @@ -12,7 +12,9 @@ #include #include +#if defined(__clang__) #pragma clang diagnostic ignored "-Wtautological-compare" +#endif template void test_reset_all() -- cgit v1.2.3