configure.ac: Use -Wall in C(PP)FLAGS

Change-Id: I1e49427b8267bbdb05d0121971a56359dbecd690
This commit is contained in:
Pau Espin 2017-06-21 11:18:14 +02:00 committed by Harald Welte
parent 19c5c07525
commit e32bff4ef4
1 changed files with 3 additions and 1 deletions

View File

@ -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)