mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171430 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00a6bcaeb4
commit
189ef5f2e0
@ -176,7 +176,6 @@ if( MSVC )
|
|||||||
|
|
||||||
# Promoted warnings to errors.
|
# Promoted warnings to errors.
|
||||||
-we4238 # Promote 'nonstandard extension used : class rvalue used as lvalue' to error.
|
-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
|
# Enable warnings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user