commit bf527738b230ba82d83f36f0809ea61288202cb2
parent a7eca8caa3027bcf9dc1343e6851b2d9b0ff320b
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Tue, 21 Jul 2015 22:20:46 +0200
Removing '-Wextra' flag for now, to allow HLL library to compile when using GCC
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -27,7 +27,7 @@ if(NOT HAVE_STRTONUM)
set (SRC ${SRC} compat/strtonum.c)
endif()
-add_definitions(-Wall -Wextra -Werror -std=c99 -pedantic)
+add_definitions(-Wall -Werror -std=c99 -pedantic)
add_executable(logswan ${SRC} ${DEPS})
target_link_libraries(logswan ${LIB_GEOIP} ${LIB_JANSSON})