mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MESA] Fix mesa_swrast VS 2015 build.
svn path=/trunk/; revision=69028
This commit is contained in:
@@ -31,7 +31,7 @@ add_library(mesa_swrast STATIC ${SOURCE})
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user