forked from OSchip/llvm-project
Only use Clang pragma when compiling with clang.
llvm-svn: 180678
This commit is contained in:
parent
e037a492f3
commit
ff3ce2bdc0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue