1
0
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:
Michael J. Spencer 2013-01-03 00:00:40 +00:00
parent a7cac72b7d
commit 23019c6d44

View File

@ -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