summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2013-07-28 18:04:26 +0000
committerAaron Ballman <aaron@aaronballman.com>2013-07-28 18:04:26 +0000
commitd1594bdaa93211e38b6426ba2fdd714c9b7d41f1 (patch)
tree794214e4fcc774fad5735fcbd50dc5d3585a1cce /llvm/cmake/modules
parent9f0da2f152686c1e3bd11bcf393c81b3dd1089ee (diff)
downloadbcm5719-llvm-d1594bdaa93211e38b6426ba2fdd714c9b7d41f1.tar.gz
bcm5719-llvm-d1594bdaa93211e38b6426ba2fdd714c9b7d41f1.zip
Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC 11 does not.
llvm-svn: 187331
Diffstat (limited to 'llvm/cmake/modules')
-rw-r--r--llvm/cmake/modules/HandleLLVMOptions.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake
index ccd8c819ad2..97824a10645 100644
--- a/llvm/cmake/modules/HandleLLVMOptions.cmake
+++ b/llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -176,7 +176,8 @@ if( MSVC )
-wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
-wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destructor is inaccessible'
-wd4800 # Suppress ''type' : forcing value to bool 'true' or 'false' (performance warning)'
-
+ -wd4275 # Suppress 'An exported class was derived from a class that was not exported.'
+
# Promoted warnings.
-w14062 # Promote 'enumerator in switch of enum is not handled' to level 1 warning.
OpenPOWER on IntegriCloud