mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +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)
|
if(MSVC)
|
||||||
# Formal parameter different from declaration
|
# Formal parameter different from declaration
|
||||||
add_target_compile_flags(libxml2 "/wd4101")
|
add_target_compile_flags(libxml2 "/wd4101")
|
||||||
|
# Local variable initialized but not referenced
|
||||||
|
replace_compile_flags("/we4189" " ")
|
||||||
else()
|
else()
|
||||||
add_target_compile_flags(libxml2 "-w")
|
add_target_compile_flags(libxml2 "-w")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue