mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.
llvm-svn: 171430
This commit is contained in:
parent
a7cac72b7d
commit
23019c6d44
@ -176,7 +176,6 @@ if( MSVC )
|
||||
|
||||
# Promoted warnings to errors.
|
||||
-we4238 # Promote 'nonstandard extension used : class rvalue used as lvalue' to error.
|
||||
-we4239 # Promote 'nonstandard extension used : 'token' : conversion from 'type' to 'type'' to error.
|
||||
)
|
||||
|
||||
# Enable warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user