From: Stephan Kulow Date: Sun, 28 Oct 2007 19:05:52 +0000 (+0000) Subject: continue compiling with -Werror X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~872 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5f8d12631c222d7bcaf9a9e187f949faf707c56b;p=thirdparty%2Flibsolv.git continue compiling with -Werror --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fd30031..d777484f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,6 +98,8 @@ FIND_PROGRAM(SWIG_EXECUTABLE PATHS ${SWIG_DIR} ${SWIG_DIR}/.. ${SWIG_DIR}/../../bin /usr/bin /usr/local/bin ${CMAKE_INSTALL_PREFIX}/bin ) +set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror" ) + ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(tools) ADD_SUBDIRECTORY(testsuite)