diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-10-01 03:59:05 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-10-01 03:59:05 +0000 |
commit | 1f44fda0b9ed3c3f5e44a7d73f98c420da48a17a (patch) | |
tree | dd81191a5a779b9a4f44ff91154219984a2b5270 | |
parent | a0e23576b8558c7b35aa75f96761b97e904b6e87 (diff) | |
download | bcm5719-llvm-1f44fda0b9ed3c3f5e44a7d73f98c420da48a17a.tar.gz bcm5719-llvm-1f44fda0b9ed3c3f5e44a7d73f98c420da48a17a.zip |
Remove one more warning from clang-cl build
llvm-svn: 343440
-rw-r--r-- | libcxx/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt index 3ea86bae418..89c35368cbf 100644 --- a/libcxx/CMakeLists.txt +++ b/libcxx/CMakeLists.txt @@ -567,6 +567,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") -Wno-old-style-cast -Wno-deprecated # FIXME: Remove this and fix all occurrences. -Wno-shift-sign-overflow # FIXME: Why do we need this with clang-cl but not clang? + -Wno-double-promotion # FIXME: remove me ) endif() elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") |