Drop -Waggregate-return

xcb cookie returns trigger this warning.
This commit is contained in:
Kim Woelders 2018-02-17 09:15:18 +01:00
parent 63103ae48c
commit b26c72281f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ AC_DEFUN([EC_C_WARNINGS], [
enable_werror=no)
if test "x$GCC" = "xyes"; then
CFLAGS_WARNINGS="-W -Wall -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings"
CFLAGS_WARNINGS="-W -Wall -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings"
dnl # ignore some warnings for now...
CFLAGS_WARNINGS="$CFLAGS_WARNINGS -Wno-unused-parameter"
ifelse(ec_c_compile_cpp, no, [