kwo pushed a commit to branch master.

http://git.enlightenment.org/legacy/imlib2.git/commit/?id=b26c72281f0e1f805eb79ba8a83268034355996c

commit b26c72281f0e1f805eb79ba8a83268034355996c
Author: Kim Woelders <k...@woelders.dk>
Date:   Sat Feb 17 09:15:18 2018 +0100

    Drop -Waggregate-return
    
    xcb cookie returns trigger this warning.
---
 m4/ec_warnflags.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/ec_warnflags.m4 b/m4/ec_warnflags.m4
index 74a03bc..451de53 100644
--- a/m4/ec_warnflags.m4
+++ b/m4/ec_warnflags.m4
@@ -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, [

-- 


Reply via email to