mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 16:38:32 +01:00
configure.ac: Compile with -Wall -Wextra -Wconversion.
This commit is contained in:
@@ -32,6 +32,10 @@ dnl Used by test suite.
|
||||
AC_PROG_SED
|
||||
AC_PROG_EGREP
|
||||
|
||||
if test "x$GCC" = xyes; then
|
||||
CFLAGS="-Wall -Wextra -Wconversion $CFLAGS"
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADERS([fcntl.h error.h])
|
||||
|
||||
AC_TYPE_PID_T
|
||||
|
||||
Reference in New Issue
Block a user