>From a9ded722fdb497550cb38a8e5994d0cd92fe67f7 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 11 Jan 2014 15:48:31 +0100 Subject: [PATCH 5/5] Enable extra compiler warning flags --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e931e2a6dee44c5413cad6c87d6ef0339c57ead1..cac8702442fe39751b9c13f35d550e6065ad12c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,8 @@ AM_CFLAGS = if HAVE_GCC AM_CFLAGS += \ -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ - -Wcast-align -Wwrite-strings + -Wcast-align -Wwrite-strings -Wextra -Wno-unused-parameter \ + -Wno-sign-compare -Wformat-security -Wmissing-prototypes endif AM_CPPFLAGS = \ -- 1.8.4.2