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 11:56:27 +0100
commit0a2730ccd2b39dc3208833aab69d3a0931d50a38 (patch)
tree8d21a20da35cef025a4561f7e1441b945eb4a01a
parent6e558721f3bcc1725b95e0b4de14a4dbb947042e (diff)
downloadgupnp-dlna-0a2730ccd2b39dc3208833aab69d3a0931d50a38.tar.gz
build: Remove -Wdeclaration-after-statementHEADmaster
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