--enable-hardcore configure flag is now even more hardcore!
(patch 2157019 by riccardom)
This commit is contained in:
parent
34f2a1c6e5
commit
5d5ea8b2a2
|
@ -176,7 +176,7 @@ if test "x[$]ENABLE_HARDCORE" = "x1"; then
|
||||||
dnl - only valid for C with newer gcc's
|
dnl - only valid for C with newer gcc's
|
||||||
CPPFLAGS="[$]CPPFLAGS -Wmissing-prototypes"
|
CPPFLAGS="[$]CPPFLAGS -Wmissing-prototypes"
|
||||||
fi
|
fi
|
||||||
CPPFLAGS="[$]CPPFLAGS -Werror -W -Wall -Wpointer-arith -Wcast-align -Wwrite-strings"
|
CPPFLAGS="[$]CPPFLAGS -Wall -Wextra -Wpointer-arith -Wcast-align -Wwrite-strings -Wno-unused-parameter -Wmissing-declarations -Wundef -Wmissing-noreturn -Wshadow"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl - Enable debug mode
|
dnl - Enable debug mode
|
||||||
|
|
Loading…
Reference in New Issue