mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen.
llvm-svn: 187252
This commit is contained in:
parent
7cdb6620b2
commit
0de85fc511
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user