forked from OSchip/llvm-project
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.
llvm-svn: 171430
This commit is contained in:
parent
4897392360
commit
895809159a
|
@ -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…
Reference in New Issue