>>> Building on exopi-1 under net/dnsmasq BDEPENDS = [archivers/xz] DIST = [net/dnsmasq:dnsmasq-2.90.tar.xz] FULLPKGNAME = dnsmasq-2.90 Avoided depends for xz-5.4.5 distfiles size=570672 >>> Running build in net/dnsmasq at 1713355954.78 ===> net/dnsmasq ===> Building from scratch dnsmasq-2.90 ===> dnsmasq-2.90 depends on: xz->=5.4.0 -> xz-5.4.5 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for dnsmasq-2.90 `/exopi-cvs/ports/distfiles/dnsmasq-2.90.tar.xz' is up to date. >> (SHA256) dnsmasq-2.90.tar.xz: OK ===> Extracting for dnsmasq-2.90 ===> Patching for dnsmasq-2.90 ===> Applying OpenBSD patch patch-dnsmasq_conf_example Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: dnsmasq.conf.example |--- dnsmasq.conf.example.orig |+++ dnsmasq.conf.example -------------------------- Patching file dnsmasq.conf.example using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-man_dnsmasq_8 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: man/dnsmasq.8 |--- man/dnsmasq.8.orig |+++ man/dnsmasq.8 -------------------------- Patching file man/dnsmasq.8 using Plan A... Hunk #1 succeeded at 166. Hunk #2 succeeded at 2275. Hunk #3 succeeded at 2725. done ===> Applying OpenBSD patch patch-src_config_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/config.h |--- src/config.h.orig |+++ src/config.h -------------------------- Patching file src/config.h using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 222. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for dnsmasq-2.90 ===> Configuring for dnsmasq-2.90 ===> Building for dnsmasq-2.90 cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c cache.c In file included from cache.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c rfc1035.c In file included from rfc1035.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c util.c In file included from util.c:21: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c option.c In file included from option.c:19: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c forward.c In file included from forward.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c network.c In file included from network.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c dnsmasq.c In file included from dnsmasq.c:21: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c dhcp.c In file included from dhcp.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c lease.c In file included from lease.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c rfc2131.c In file included from rfc2131.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c netlink.c In file included from netlink.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c dbus.c In file included from dbus.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c bpf.c In file included from bpf.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ bpf.c:94:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!(*callback)(AF_INET, &sin2->sin_addr, LLADDR(sdl), sdl->sdl_alen, parm)) ^ bpf.c:150:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!((*callback)(addr, iface_index, NULL, netmask, broadcast, parm))) ^ bpf.c:215:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!((*callback)(addr, prefix, scope_id, iface_index, flags, ^ bpf.c:226:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] !((*callback)(iface_index, ARPHRD_ETHER, LLADDR(sdl), sdl->sdl_alen, parm))) ^ 12 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c helper.c In file included from helper.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c tftp.c In file included from tftp.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c log.c In file included from log.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c conntrack.c In file included from conntrack.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c dhcp6.c In file included from dhcp6.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c rfc3315.c In file included from rfc3315.c:18: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c dhcp-common.c In file included from dhcp-common.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c outpacket.c In file included from outpacket.c:18: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c radv.c In file included from radv.c:23: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c slaac.c In file included from slaac.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c auth.c In file included from auth.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c ipset.c In file included from ipset.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c pattern.c In file included from pattern.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c domain.c In file included from domain.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c dnssec.c In file included from dnssec.c:18: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c blockdata.c In file included from blockdata.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c tables.c In file included from tables.c:19: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c loop.c In file included from loop.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c inotify.c In file included from inotify.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c poll.c In file included from poll.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c rrfilter.c In file included from rrfilter.c:19: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c edns0.c In file included from edns0.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c arp.c In file included from arp.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ arp.c:31:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ 9 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c crypto.c In file included from crypto.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c dump.c In file included from dump.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c ubus.c In file included from ubus.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c metrics.c In file included from metrics.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c hash-questions.c In file included from hash-questions.c:29: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c domain-match.c In file included from domain-match.c:17: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ cc -O2 -pipe -Wall -W -DVERSION='"2.90"' -c nftset.c 8 warnings generated. In file included from nftset.c:18: ./dnsmasq.h:353:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:419:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:481:18: warning: field 'addr' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr addr; ^ ./dnsmasq.h:783:20: warning: field 'dest' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr dest; ^ ./dnsmasq.h:788:5: warning: field 'frec_src' with variable sized type 'struct frec_src' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] } frec_src; ^ ./dnsmasq.h:1109:18: warning: field 'source' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr source; ^ ./dnsmasq.h:1129:18: warning: field 'local' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ ./dnsmasq.h:1129:25: warning: field 'server' with variable sized type 'union all_addr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] union all_addr local, server; ^ 8 warnings generated. cc -o dnsmasq cache.o rfc1035.o util.o option.o forward.o network.o dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o helper.o tftp.o log.o conntrack.o dhcp6.o rfc3315.o dhcp-common.o outpacket.o radv.o slaac.o auth.o ipset.o pattern.o domain.o dnssec.o blockdata.o tables.o loop.o inotify.o poll.o rrfilter.o edns0.o arp.o crypto.o dump.o ubus.o metrics.o hash-questions.o domain-match.o nftset.o util.c(util.o:(canonicalise)): warning: strcpy() is almost always misused, please use strlcpy() util.c(util.o:(prettyprint_addr)): warning: strcat() is almost always misused, please use strlcat() util.c(util.o:(prettyprint_time)): warning: sprintf() is often misused, please use snprintf() >>> Running package in net/dnsmasq at 1713355972.88 ===> net/dnsmasq ===> Faking installation for dnsmasq-2.90 `dnsmasq' is up to date. install -d /exopi-obj/pobj/dnsmasq-2.90/fake-amd64/usr/local/sbin install -d /exopi-obj/pobj/dnsmasq-2.90/fake-amd64/usr/local/man/man8 install -m 644 man/dnsmasq.8 /exopi-obj/pobj/dnsmasq-2.90/fake-amd64/usr/local/man/man8 install -m 755 src/dnsmasq /exopi-obj/pobj/dnsmasq-2.90/fake-amd64/usr/local/sbin /exopi-obj/pobj/dnsmasq-2.90/bin/install -d -m 755 /exopi-obj/pobj/dnsmasq-2.90/fake-amd64/usr/local/share/examples/dnsmasq /exopi-obj/pobj/dnsmasq-2.90/bin/install -c -m 644 /exopi-obj/pobj/dnsmasq-2.90/dnsmasq-2.90/dnsmasq.conf.example /exopi-obj/pobj/dnsmasq-2.90/fake-amd64/usr/local/share/examples/dnsmasq Installing /exopi-cvs/ports/net/dnsmasq/pkg/dnsmasq.rc as /exopi-obj/pobj/dnsmasq-2.90/fake-amd64/etc/rc.d/dnsmasq ===> Building package for dnsmasq-2.90 Create /exopi-cvs/ports/packages/amd64/all/dnsmasq-2.90.tgz Creating package dnsmasq-2.90 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************** | 73% archiving|************************************************************* | 95% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/dnsmasq-2.90.tgz >>> Running clean in net/dnsmasq at 1713355974.95 ===> net/dnsmasq ===> Cleaning for dnsmasq-2.90 >>> Ended at 1713355975.26 max_stuck=1.28/build=18.11/package=2.03/clean=0.38