mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[LIBXML2]
* Disable warnings. svn path=/trunk/; revision=59521
This commit is contained in:
parent
3b80e4b780
commit
4c7178ab1b
1 changed files with 1 additions and 2 deletions
3
reactos/lib/3rdparty/libxml2/CMakeLists.txt
vendored
3
reactos/lib/3rdparty/libxml2/CMakeLists.txt
vendored
|
@ -62,6 +62,5 @@ target_link_libraries(libxml2 oldnames)
|
|||
add_dependencies(libxml2 psdk)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(libxml2 "-Wno-format -Wno-pointer-sign")
|
||||
allow_warnings(libxml2)
|
||||
add_target_compile_flags(libxml2 "-w")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue