mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[LIBXML2][LIBXSLT]
- Suppress unhelpful warnings svn path=/trunk/; revision=54496
This commit is contained in:
parent
4421e839ea
commit
ad36bb50ec
2 changed files with 2 additions and 0 deletions
1
reactos/dll/3rdparty/libxslt/CMakeLists.txt
vendored
1
reactos/dll/3rdparty/libxslt/CMakeLists.txt
vendored
|
@ -46,5 +46,6 @@ add_pch(libxslt libxslt.h)
|
|||
add_cd_file(TARGET libxslt DESTINATION reactos/system32 FOR all)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(libxslt "-Wno-pointer-sign")
|
||||
allow_warnings(libxslt)
|
||||
endif()
|
||||
|
|
1
reactos/lib/3rdparty/libxml2/CMakeLists.txt
vendored
1
reactos/lib/3rdparty/libxml2/CMakeLists.txt
vendored
|
@ -61,5 +61,6 @@ 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)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue