Author: akhaldi
Date: Sun Jul 21 16:57:57 2013
New Revision: 59549
URL:
http://svn.reactos.org/svn/reactos?rev=59549&view=rev
Log:
[LIBXSLT]
* Silence some warnings.
Modified:
trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt
Modified: trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/libxslt/CMake…
==============================================================================
--- trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt [iso-8859-1] Sun Jul 21 16:57:57
2013
@@ -47,6 +47,6 @@
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()