summaryrefslogtreecommitdiff
path: root/cmake
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
commit252d41691a2d9fc66173f917d538d0b2767b6440 (patch)
treef75fd30e833e2581408aa5c476171c36912adde7 /cmake
parente130dc6cc9ec1423086c37f557ef8854064fef4a (diff)
downloadllvm-252d41691a2d9fc66173f917d538d0b2767b6440.tar.gz
llvm-252d41691a2d9fc66173f917d538d0b2767b6440.tar.bz2
llvm-252d41691a2d9fc66173f917d538d0b2767b6440.tar.xz
Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/HandleLLVMOptions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake
index bc6dd0ccd8..4125feb579 100644
--- a/cmake/modules/HandleLLVMOptions.cmake
+++ b/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'