From 23019c6d4445ef0b47affa9bc5ab4cc357592d5d Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Thu, 3 Jan 2013 00:00:40 +0000 Subject: [PATCH] [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it. llvm-svn: 171430 --- cmake/modules/HandleLLVMOptions.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake index 61e3fb0e85f..711fe967373 100644 --- a/cmake/modules/HandleLLVMOptions.cmake +++ b/cmake/modules/HandleLLVMOptions.cmake @@ -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