[MESA] Fix mesa_swrast VS 2015 build.

svn path=/trunk/; revision=69028
This commit is contained in:
Amine Khaldi 2015-09-05 14:32:44 +00:00
parent a0673404ef
commit d60b5b3bab

View file

@ -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()