>From 8ae8062255a7b56b4eeda66078c1183e6cfe11fe Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 11 Jan 2014 15:48:31 +0100 Subject: [PATCH 7/7] 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..99e8565df633b50ab49c1ed0434ffb1c47a491c0 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 -Wundef endif AM_CPPFLAGS = \ -- 1.8.5.3