summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2013-07-26 22:03:03 +0000
committerAaron Ballman <aaron@aaronballman.com>2013-07-26 22:03:03 +0000
commitdc424e97801d503894cad695a39626cb44e97b3f (patch)
treefeabb9daa270287108a691d05769d0f4bbe95f00 /llvm/cmake/modules
parentf69f594512cdeeee36938bbae4dbe4a49b07b965 (diff)
downloadbcm5719-llvm-dc424e97801d503894cad695a39626cb44e97b3f.tar.gz
bcm5719-llvm-dc424e97801d503894cad695a39626cb44e97b3f.zip
Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen.
llvm-svn: 187252
Diffstat (limited to 'llvm/cmake/modules')
-rw-r--r--llvm/cmake/modules/HandleLLVMOptions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake
index bc6dd0ccd8f..4125feb5798 100644
--- a/llvm/cmake/modules/HandleLLVMOptions.cmake
+++ b/llvm/cmake/modules/HandleLLVMOptions.cmake
@@ -166,7 +166,6 @@ if( MSVC )
-D_SCL_SECURE_NO_WARNINGS
# Disabled warnings.
- -wd4065 # Suppress 'switch statement contains 'default' but no 'case' labels'
-wd4146 # Suppress 'unary minus operator applied to unsigned type, result still unsigned'
-wd4180 # Suppress 'qualifier applied to function type has no meaning; ignored'
-wd4181 # Suppress 'qualifier applied to reference type; ignored'
OpenPOWER on IntegriCloud