mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[LIBXML]
- Fix VS2013 build svn path=/trunk/; revision=69589
This commit is contained in:
+2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user