* Removed -Waggregate-return from the build flags.

git-svn-id: svn://svn.zoy.org/elk/trunk@272 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2006-09-17 11:08:01 +00:00
parent 4fe7ccd660
commit 8fe6661370
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ if test "x${ac_cv_c_Wall}" != "xno"; then
fi
# Code qui fait des warnings == code de porc == deux baffes dans ta gueule
CFLAGS_warn="-Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
CFLAGS_warn="-Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare"
AC_CACHE_CHECK([if \$CC accepts ${CFLAGS_warn}],
[ac_cv_c_Wwarn],
[CFLAGS="${CFLAGS_warn} ${CFLAGS_save}"