[LIBXSLT]

* Silence some warnings.

svn path=/trunk/; revision=59549
This commit is contained in:
Amine Khaldi 2013-07-21 16:57:57 +00:00
parent 6243e7c650
commit 5697432e86

View file

@ -47,6 +47,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")
add_target_compile_flags(libxslt "-Wno-pointer-sign -Wno-unused-but-set-variable -Wno-unused-function")
allow_warnings(libxslt)
endif()