From 5abc2f3434a323cd3fd896df67dd8c59a2be158f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sun, 2 Apr 2017 11:34:27 +0200 Subject: [PATCH] Compile with -Werror on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18b7315..9a0c0ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_script: - ./autogen.sh script: - - ./configure CFLAGS="-Wall -O2 -g" --with-lazperf=/usr/local/ + - ./configure CFLAGS="-Wall -Werror -O2 -g" --with-lazperf=/usr/local/ - make - make check - valgrind --leak-check=full --error-exitcode=1 lib/cunit/cu_tester