mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* configure.in: add new default warnings
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6289 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1a0d4712f2
commit
655da7feb4
@ -286,6 +286,9 @@ AC_ARG_ENABLE(error-on-warning,
|
||||
# This has to come after AC_PROG_CC
|
||||
if test ${GCC}x = yesx
|
||||
then
|
||||
CFLAGS="${CFLAGS} -Wunused"
|
||||
CFLAGS="${CFLAGS} -Wmissing-prototypes"
|
||||
CFLAGS="${CFLAGS} -Wmissing-declarations"
|
||||
CFLAGS="${CFLAGS} -Werror-implicit-function-declaration"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user