aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-07-05 22:12:11 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-08 10:41:09 +0000
commita6c6fa3a9a3195b35e7d2c93421f2b2eb46bac54 (patch)
treeca5785532f4c14eecb23baff819378134c98c640 /configure.ac
parentb049f39f317e1cc748e7196460aef11948f042f0 (diff)
configure.ac: Use -Wall in C(PP)FLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 362d792..175ab63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,9 @@ PKG_PROG_PKG_CONFIG([0.20])
AC_CONFIG_MACRO_DIR([m4])
+CFLAGS="$CFLAGS -Wall"
+CPPFLAGS="$CPPFLAGS -Wall"
+
dnl checks for header files
AC_HEADER_STDC
AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h syslog.h ctype.h)