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

Change-Id: Ia753a3080ef54ac248dacce5cd692fdd38f7649a
This commit is contained in:
Pau Espin 2017-06-21 11:18:52 +02:00 committed by Harald Welte
parent e32bff4ef4
commit fc252ca384
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([char foo;])],
CFLAGS="$saved_CFLAGS"
AC_SUBST(SYMBOL_VISIBILITY)
CFLAGS+=" -Wall"
CPPFLAGS+=" -Wall"
CFLAGS+=" -Wall -Werror"
CPPFLAGS+=" -Wall -Werror"
AC_OUTPUT(
libosmo-sigtran.pc