From ddccbec6d938dd3b7b8a644d5a191d1f673173a0 Mon Sep 17 00:00:00 2001 From: Ingo Huerner Date: Fri, 16 Jan 2015 15:19:12 +0100 Subject: Some code cleanup --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7a8f73a..91c9668 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # Overwrite the build in defaults -CFLAGS="-Wall -O2" +CFLAGS="-Wall -O2 -Wextra -Werror" # Checks for programs. AC_PROG_CC -- cgit v1.2.1