[llvm-commits] [llvm] r171430 - /llvm/trunk/cmake/modules/HandleLLVMOptions.cmake

Michael J. Spencer bigcheesegs at gmail.com
Wed Jan 2 16:00:41 PST 2013


Author: mspencer
Date: Wed Jan  2 18:00:40 2013
New Revision: 171430

URL: http://llvm.org/viewvc/llvm-project?rev=171430&view=rev
Log:
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.

Modified:
    llvm/trunk/cmake/modules/HandleLLVMOptions.cmake

Modified: llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/HandleLLVMOptions.cmake?rev=171430&r1=171429&r2=171430&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/HandleLLVMOptions.cmake (original)
+++ llvm/trunk/cmake/modules/HandleLLVMOptions.cmake Wed Jan  2 18:00:40 2013
@@ -176,7 +176,6 @@
 
     # 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





More information about the llvm-commits mailing list