[LIBXML2][LIBXSLT]

- Suppress unhelpful warnings

svn path=/trunk/; revision=54496
This commit is contained in:
Thomas Faber 2011-11-24 14:22:58 +00:00
parent 4421e839ea
commit ad36bb50ec
2 changed files with 2 additions and 0 deletions

View file

@ -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()

View file

@ -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()