Author: akhaldi Date: Sat Sep 5 14:32:44 2015 New Revision: 69028
URL: http://svn.reactos.org/svn/reactos?rev=69028&view=rev Log: [MESA] Fix mesa_swrast VS 2015 build.
Modified: trunk/reactos/dll/opengl/mesa/swrast/CMakeLists.txt
Modified: trunk/reactos/dll/opengl/mesa/swrast/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/swrast/CMak... ============================================================================== --- trunk/reactos/dll/opengl/mesa/swrast/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/opengl/mesa/swrast/CMakeLists.txt [iso-8859-1] Sat Sep 5 14:32:44 2015 @@ -31,7 +31,7 @@ add_pch(mesa_swrast precomp.h SOURCE)
if(MSVC) - add_target_compile_flags(mesa_swrast "/wd4189") + replace_compile_flags("/we4189" " ") else() add_target_compile_flags(mesa_swrast "-Wno-unused-variable") endif()