From 4492ab547cca3f94807a75724b960af200434936 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 25 Aug 2014 01:06:26 +0200 Subject: build: Enable -Wall Signed-off-by: Thomas Graf --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index c773410..2e2aeb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,6 +7,7 @@ bmon_CFLAGS = \ -I${top_builddir}/include \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -D_GNU_SOURCE \ + -Wall \ $(CURSES_CFLAGS) \ $(CONFUSE_CFLAGS) \ $(LIBNL_CFLAGS) \ -- cgit v1.2.3