>From 583c4cafea91ec8d6e1c8efc678150a456773b4d 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 b83ca802345194d5ad6de879f6ac96300de44f03..4ff52ce00354bab29fcf32fd605ee7ab5dc2ce88 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