projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e130dc6
)
Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen.
author
Aaron Ballman
<aaron@aaronballman.com>
Fri, 26 Jul 2013 22:03:03 +0000
(22:03 +0000)
committer
Aaron Ballman
<aaron@aaronballman.com>
Fri, 26 Jul 2013 22:03:03 +0000
(22:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187252
91177308
-0d34-0410-b5e6-
96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake
patch
|
blob
|
history
diff --git
a/cmake/modules/HandleLLVMOptions.cmake
b/cmake/modules/HandleLLVMOptions.cmake
index bc6dd0ccd8f8246ecca7fe1ffa8ef0598e4212ff..4125feb579811225519be063d3e7b7afd5866a2f 100644
(file)
--- 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'