>From 4720d46116f71c87f037089ebb53b16efa27f481 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 9 Dec 2013 22:11:11 +0100 Subject: [PATCH 3/3] BUILD: Enable additional compiler warnings --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fba14e49e653895020c67763145c9663091e9937..59da103fb138d5db6979da79f315215d41ed8efc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,8 +70,8 @@ if WANT_AUX_INFO endif if HAVE_GCC AM_CFLAGS += -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \ - -Wcast-qual -Wcast-align -Wwrite-strings \ - -Werror-implicit-function-declaration \ + -Wcast-qual -Wcast-align -Wwrite-strings -Wundef \ + -Werror-implicit-function-declaration -Winit-self \ -fno-strict-aliasing \ -std=gnu99 endif -- 1.8.5.3