aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-06-21 07:43:14 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-06-22 19:27:16 +0200
commit62eddcdcd8c83c188e4f4b25367b0aa4cb57973d (patch)
tree44acd2f1749e52accf3d75cc4c7db50c2abb7c6d /configure.ac
parent05df2d65a715fa3f117e8f11b99a9533b96b4c73 (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 ff78035..535d1c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,9 @@ PKG_PROG_PKG_CONFIG([0.20])
AC_CONFIG_MACRO_DIR([m4])
+CFLAGS+=" -Wall"
+CPPFLAGS+=" -Wall"
+
# The following test is taken from WebKit's webkit.m4
saved_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fvisibility=hidden "