logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 06831ebc59f39ef3bae125d70cd7426450abb36b
parent 3e0232cb80f75961fdcb8b69887ad3a91331c02c
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 19 Jun 2018 11:17:04 +0200

Do not use -Werror by default

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -52,7 +52,7 @@ endif() SET(GEOIP2DIR ${CMAKE_INSTALL_PREFIX}/share/GeoIP2 CACHE PATH "Path to GeoIP2 databases") -add_definitions(-Wall -Wextra -Werror -std=c99 -pedantic) +add_definitions(-Wall -Wextra -std=c99 -pedantic) add_definitions(-DGEOIP2DIR="${GEOIP2DIR}/") add_executable(logswan ${SRC} ${DEPS})