mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
[MESA] Fix mesa_swrast VS 2015 build.
svn path=/trunk/; revision=69028
This commit is contained in:
parent
a0673404ef
commit
d60b5b3bab
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue