summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-08-25 01:06:26 +0200
committerThomas Graf <tgraf@suug.ch>2014-08-25 01:07:19 +0200
commit4492ab547cca3f94807a75724b960af200434936 (patch)
treed184ffb8f60131e17663d16c97efa3c2a60f3cb0
parenta36136ec4d9056a32a9547c3abcc22ee7e1b3c32 (diff)
build: Enable -Wall
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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) \