Add 'extra' warnings and 'pedantic' to cflags

This commit is contained in:
Henrik Andersson 2017-10-23 08:42:49 +02:00
parent 8c83f8957b
commit f0b2b9d69a

View File

@ -6,7 +6,7 @@ AC_CANONICAL_HOST
AC_PROG_CC
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wall -Wextra -Wpedantic"
fi
AC_PROG_INSTALL