aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-06-21 11:18:14 +0200
committerHarald Welte <laforge@gnumonks.org>2017-06-22 06:23:04 +0000
commite32bff4ef42f80d69bf7e7f88f2843b4b9e66907 (patch)
treed86cb4bd27aee5865e1446badcd5d2282354abd7 /configure.ac
parent19c5c07525ef756f39be2f9d4777c2483e9e32fa (diff)
configure.ac: Use -Wall in C(PP)FLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a05d54..36cbb59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,9 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([char foo;])],
CFLAGS="$saved_CFLAGS"
AC_SUBST(SYMBOL_VISIBILITY)
+CFLAGS+=" -Wall"
+CPPFLAGS+=" -Wall"
+
AC_OUTPUT(
libosmo-sigtran.pc
libosmo-sccp.pc
@@ -73,4 +76,3 @@ AC_OUTPUT(
examples/Makefile
stp/Makefile
Makefile)
-