mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[LIBXML]
- Fix VS2013 build svn path=/trunk/; revision=69589
This commit is contained in:
parent
7e0e340554
commit
f482f2901b
1 changed files with 2 additions and 0 deletions
2
reactos/lib/3rdparty/libxml2/CMakeLists.txt
vendored
2
reactos/lib/3rdparty/libxml2/CMakeLists.txt
vendored
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue