aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-22 19:03:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-22 19:03:37 +0100
commitaec91ab3477529e386fc548a2fcb55ff405bd949 (patch)
treeab459c0615379e84305af863120ce553cecc5e8f
parent2293df070c8bcdbc1445ddd6ff09b58708136575 (diff)
configure.ac: Enable -Wall flag
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2b8974f..dd1d75e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,6 +58,9 @@ then
CPPFLAGS="$CPPFLAGS -fsanitize=address -fsanitize=undefined"
fi
+CFLAGS="$CFLAGS -Wall"
+CPPFLAGS="$CPPFLAGS -Wall"
+
AC_OUTPUT(
libosmo-ranap.pc
src/Makefile