[llvm] r187252 - Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen.
Aaron Ballman
aaron at aaronballman.com
Fri Jul 26 15:03:03 PDT 2013
Author: aaronballman
Date: Fri Jul 26 17:03:03 2013
New Revision: 187252
URL: http://llvm.org/viewvc/llvm-project?rev=187252&view=rev
Log:
Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen.
Modified:
llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
Modified: llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/HandleLLVMOptions.cmake?rev=187252&r1=187251&r2=187252&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/HandleLLVMOptions.cmake (original)
+++ llvm/trunk/cmake/modules/HandleLLVMOptions.cmake Fri Jul 26 17:03:03 2013
@@ -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'
More information about the llvm-commits
mailing list