[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 4897392360
commit 895809159a
1 changed files with 0 additions and 1 deletions

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