diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-28 16:40:13 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-07 16:50:38 +0200 |
commit | b90186e760e7fc20a4d4c34ad8f6494de459d2ba (patch) | |
tree | 2341799c88115ae2185346d94c7f5536505fa96d /configure.ac | |
parent | 1e2f9219883452ef7da37c3c984b3e3d2939656b (diff) |
Remove -Waggregate-return warning
It is used by nanosvg library
Reviewed-by: dogma
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6e878945..30387f57 100644 --- a/configure.ac +++ b/configure.ac @@ -655,9 +655,6 @@ if eval "test x$GCC = xyes"; then if test "`echo $CFLAGS | grep '\-Wno-unused-parameter' 2> /dev/null`" = ""; then CFLAGS="$CFLAGS -Wno-unused-parameter" fi - if test "`echo $CFLAGS | grep '\-Waggregate-return' 2> /dev/null`" = ""; then - CFLAGS="$CFLAGS -Waggregate-return" - fi fi dnl ----------- dnl CXX options |