- Fix VS2013 build

svn path=/trunk/; revision=69589
This commit is contained in:
Thomas Faber 2015-10-18 08:39:56 +00:00
parent 7e0e340554
commit f482f2901b

View file

@ -70,6 +70,8 @@ add_dependencies(libxml2 psdk)
if(MSVC)
# Formal parameter different from declaration
add_target_compile_flags(libxml2 "/wd4101")
# Local variable initialized but not referenced
replace_compile_flags("/we4189" " ")
else()
add_target_compile_flags(libxml2 "-w")
endif()