summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-10 11:54:35 +0100
committerJens Georg <mail@jensge.org>2022-11-10 12:01:12 +0100
commit8a9c25ee1f9bccfa5202f963b477b72072ae0c36 (patch)
tree60e6ab0fea600085e285d0dc076fdd73b5fe11a8
parentcc09daae47ef0e030895edbeba58636c76f53b3d (diff)
downloadgupnp-dlna-0.12.tar.gz
build: Remove -Wdeclaration-after-statementgupnp-dlna-0.12
This does not seem to cope well with C99/C11 being default apparently
-rw-r--r--m4/ax_compiler_flags_cflags.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/ax_compiler_flags_cflags.m4 b/m4/ax_compiler_flags_cflags.m4
index f470f8f..cffc5e6 100644
--- a/m4/ax_compiler_flags_cflags.m4
+++ b/m4/ax_compiler_flags_cflags.m4
@@ -71,7 +71,6 @@ AC_DEFUN([AX_COMPILER_FLAGS_CFLAGS],[
-Wredundant-decls dnl
-Wno-unused-parameter dnl
-Wno-missing-field-initializers dnl
- -Wdeclaration-after-statement dnl
-Wformat=2 dnl
-Wold-style-definition dnl
-Wcast-align dnl